ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / CollectionViewItemResult<T> Class / Data Property

In This Topic
    Data Property
    In This Topic
    The data of the operated item.
    Syntax
    'Declaration
     
    
    <JsonConverterAttribute(#3dt.#eet)>
    Public Property Data As T
    [JsonConverter(#3dt.#eet)]
    public T Data {get; set;}
    See Also